.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.help-page h2 {
    display: inline;
}

.help-section {
    margin: 2em 0;
}

code {
    display: inline-block;
    background: #efefef;
    padding: .1em .3em;
    border-radius: 2px;
    border: 1px solid #ddd;
}

details summary {
    cursor: pointer;
    margin-bottom: 1em;
}

hr {
    color: silver;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin: 2em 0;
}

.help-page pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9;
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
}

    .help-page-table th {
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #D4D4D4;
        padding: 5px 6px 5px 6px;
    }

    .help-page-table td {
        border-bottom: 1px solid #D4D4D4;
        padding: 10px 8px 10px 8px;
        vertical-align: top;
    }

    .help-page-table pre,
    .help-page-table p {
        margin: 0px;
        padding: 0px;
        font-family: inherit;
        font-size: 100%;
    }

    .help-page-table tbody tr:hover td {
        background-color: #F3F3F3;
    }

.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    border: 2px solid #D4D4D4;
    background: #76B8DB;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.help-page .api-name {
    width: 40%;
}

.help-page .api-documentation {
    width: 60%;
}

.help-page .parameter-name {
    width: 20%;
}

.help-page .parameter-documentation {
    width: 40%;
}

.help-page .parameter-type {
    width: 20%;
}

.help-page .parameter-annotations {
    width: 20%;
}

.help-page h1,
.help-page .h1 {
    font-size: 36px;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;
}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: #00abec;
    text-decoration: none;
}

p.preserve-whitespace {
    white-space: pre-line; /* use same whitespace as in xml comments */
}

/* obsolete attribute */

.help-page h1.obsolete,
.help-page h2.obsolete,
.help-page a.obsolete {
    text-decoration: line-through;
}

.help-page .obsolete {
    display: inline;
}

.help-page .obsolete span {
    background-color: #c0c0c0;
    margin-left: 5px;
    padding-left: 7px;
    padding-right: 7px;
    width: auto;
    border-radius: 10px;
    font-style: italic;
    display: inline;
    color: white;
    text-transform: lowercase;
}

.help-page .obsolete p {
    font-style: italic;
    display: inline;
    margin-left: 5px;
    color: #c0c0c0;
}

/* obsolete attribute on parameters */

.obsoleteParameter {
    text-decoration: line-through;
}

/* filtered survey types */
.help-page .api-survey-filter-title {
    font-style: italic;
    display: inline;
    margin-left: 5px;
    color: #a2526b;
}

.help-page .api-survey-filter-types {
    background-color: #00A2D3;
    margin-left: 5px;
    padding-left: 7px;
    padding-right: 7px;
    width: auto;
    border-radius: 10px;
    font-style: italic;
    display: inline;
    color: white;
    text-transform: lowercase;
}

.help-page .deprecated-method {
    background-color: #FFECAA;
    margin-left: 5px;
    padding-left: 7px;
    padding-right: 7px;
    width: auto;
    border-radius: 10px;
    font-style: italic;
    display: inline;
    color: #918661;
    text-transform: lowercase;
}

a.anchor {
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

a.anchor:hover {
    text-decoration: none;
}
